![]() |
PATH![]() |
![]() ![]() |
A simple If statement contains one Boolean expression and a statement to be executed if the value of the Boolean expression is true .
In the following If statement, the Display Dialog command is executed only if the value of the Boolean expression result > 3 is true .
if result > 3 then display dialog "The result is " & result as string